Vcenter Tagging Tags IterationSpec

Vcenter Tagging Tags IterationSpec
Vcenter Tagging Tags IterationSpec

The Vcenter Tagging Tags IterationSpec schema contains properties used to break results into pages when listing tags.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "marker": "string",
    "page_size": 0
}
string
marker
Optional

Marker is an opaque data structure that allows the caller to request the next page of tags.

This property was added in vSphere API 9.0.0.0.

If missing or null, the first page of tags will be returned.

integer As int64 As int64
page_size
Optional

Used for pagination to fetch given page size

This property was added in vSphere API 9.0.0.0.

if missing or null, then tags will be fetched with default page size of 20.